extract vt. 1.(用力)拔出,抽出。 2.分離出,提取,蒸餾出,榨出。 3.摘出(要點),引用。 4.推斷出。 5.【數學】開(方),求(根)。 6.【軍事】退(彈)。 extract a tooth 拔牙。 I could extract no information from him. 我從他那里一點兒消息也打聽不出來。 extract the root 開方,求根。 n. 1.抽出物;提出物,蒸餾品,精華,汁;【藥學】浸膏。 2.拔萃;摘錄,摘記,抄。 extract of beef =beef extract 牛肉汁。 extract of roses 玫瑰精。 make extracts 精選,摘要。 -able, -ible adj.
How to : refactor code with extract interface 如何:用“提取接口”重構代碼
When the cursor is in this position , invoke the extract interface refactoring operation 當光標處于此位置時,調用“提取接口”重構操作。
When you invoke extract interface on an interface , the bases and interfaces list is not modified 而在接口中調用“提取接口”時,將不修改基和接口列表。
Extract interface generates an interface in a new file and positions the cursor at the beginning of the new file “提取接口”在新文件中生成接口,并將光標定位于新文件的開頭。
Available refactoring options include rename , extract method , extract interface , change signature , and encapsulate field 可用的重構選項包括重命名、提取方法、提取接口、更改簽名和封裝字段。
When you invoke extract interface on a class or on a struct , the bases and interfaces list is modified to include the new interface name 在類或結構中調用“提取接口”時,將修改基和接口列表,以包括新接口名稱。
Extract interface is a refactoring operation that provides an easy way to create a new interface with members that originate from an existing class , struct , or interface “提取接口”是一項重構操作,提供了一種使用來自現有類、結構或接口的成員創建新接口的簡單方法。